Adds the specified point to the collection.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public void Add ( PointF[] points ) |
Visual Basic
Copy Code
|
Public Sub Add ( _ points() As PointF _ ) |
JavaScript
Copy Code
|
function Add (points) |
Parameters
See Also
|